Another way to supply a "function literal", instead of a lambda expression, is to use an anonymous function. An anonymous function looks exactly like a regular function, except that you do not provide the function name. Instead, you assign it to a property, pass it as a parameter, etc.

You can learn more about this in:
Run Expand Edit